.breadcrumbs {
    margin-top: 200px
}

.breadcrumbs__link {
    color: #4d4d4d
}

.breadcrumbs__link:before {
    background-color: #4d4d4d
}

.breadcrumbs__link:hover {
    font-weight: 400;
    color: #ab2c57
}

.h1 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 90px;
    position: relative;
    font-family: roboto, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: none
}

.h1:before {
    content: '';
    position: absolute;
    top: 80px;
    width: 165px;
    height: 5px;
    background-color: white;
}

.requisites {
    padding-left: 60px
}

.button {
    color: #fff
}

.h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px
}

.disc-project {
    overflow: hidden
}

.outline_disc-project {
    width: 1120px;
    left: -webkit-calc(50% - 560px);
    left: calc(50% - 560px)
}

#map {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1200px) {
    .outline_disc-project {
        width: 942px;
        left: -webkit-calc(50% - 471px);
        left: calc(50% - 471px)
    }
}

@media only screen and (max-width:768px) {
    .requisites {
        margin-top: 30px;
        padding: 0 15px
    }
    .breadcrumbs {
        margin-top: 150px
    }
}